From 840796dffe1212db167037b23b6145053c6d6b3f Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 29 Sep 2005 07:44:52 +0000 Subject: [PATCH] DLLs are always in bin nowadays, no need to test. 2005-09-29 Tor Lillqvist * gtk-zip.sh.in: DLLs are always in bin nowadays, no need to test. --- ChangeLog | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ gtk-zip.sh.in | 9 +++------ 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 84e0de75e0..966b7410f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-09-29 Tor Lillqvist + + * gtk-zip.sh.in: DLLs are always in bin nowadays, no need to test. + 2005-09-28 Federico Mena Quintero * tests/autotestfilechooser.c (test_reload_sequence): Oops, return diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 84e0de75e0..966b7410f9 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2005-09-29 Tor Lillqvist + + * gtk-zip.sh.in: DLLs are always in bin nowadays, no need to test. + 2005-09-28 Federico Mena Quintero * tests/autotestfilechooser.c (test_reload_sequence): Oops, return diff --git a/gtk-zip.sh.in b/gtk-zip.sh.in index 211206bd60..cd706115da 100755 --- a/gtk-zip.sh.in +++ b/gtk-zip.sh.in @@ -7,17 +7,14 @@ DEVZIP=/tmp/gtk+-dev-@GTK_VERSION@-`date +%Y%m%d`.zip cd @prefix@ rm $ZIP -DLLDIR=lib -[ -f bin/libgdk_pixbuf-@GTK_API_VERSION@-@LT_CURRENT_MINUS_AGE@.dll ] && DLLDIR=bin - zip $ZIP -@ <